home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Comix Games
/
Comix Games.iso
/
waldopc
/
install.exe
/
_SETUP.1
/
WALDOPC.EXE
/
WALDOPC.DXR
/
00091.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-11
|
218 b
|
14 lines
on mouseUp
global whichintro
set whichintro to random(3)
if whichintro = 1 then
go("intro1")
end if
if whichintro = 2 then
go("intro2")
end if
if whichintro = 3 then
go("intro3")
end if
end